home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Action Arcade 1997
/
Action Arcade 1997.iso
/
menu
/
sm.bat
< prev
next >
Wrap
DOS Batch File
|
1997-01-01
|
137b
|
9 lines
@Echo Off
REM Smart Menu Version 2.0a Batch File
:Start
SM_Prog.Exe %1
If ErrorLevel=1 Goto Done
Call SMRun.Bat
Goto Start
:Done